home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Games / AmigaDoom / amigadoom-1.10-0.6ß.readme next >
Text File  |  1998-01-26  |  6KB  |  149 lines

  1. Short:    amigadoom-1.10 0.6ß (26/01/1998)
  2. Author:   trance@mail.org (Philipp Grosswiler)
  3. Uploader: trance@mail.org (Philipp Grosswiler)
  4. Type:     game/shoot
  5.  
  6. amigadoom-1.10 0.6ß - Jan 26 1998 (trance)
  7.  
  8. Thanks to all the alpha and beta testers on #amiga_warez
  9.  
  10. In case you still don't know, I have ported this piece of code to
  11. the Amiga, and my handle is trance, so if you see me on #amiga_warez
  12. and have some questions to ask or problems to report turn to me!
  13.  
  14. Do not be confused with the other port done by Peter McGavin (ADoom),
  15. which is also available on Aminet! There are some differences in the
  16. ports.
  17.  
  18. Check out http://amigadoom.home.ml.org for latest release and other
  19. information about the port!
  20.  
  21. Thanks to Thomas Tavoly and all the others for the Doom icons!
  22.  
  23. Thanks to Kamil Iskra for giving me tips for GNU C.
  24.  
  25. Greetings to Peter McGavin (ADoom)! You were the first one who had
  26. sound support in Doom!
  27.  
  28.  
  29. IMPORTANT:
  30.  
  31. This release has become beta (no more alphas), as this nasty major bug
  32. has been fixed now. You can freely distribute this version, there are
  33. no limitations from me (read the README.TXT from id Software to read the
  34. license!)
  35.  
  36. You should run this game by executing the script or by clicking on the
  37. icon from Workbench! You need to extend the stack, so it's easiest to
  38. first edit the script and then only start it with that!
  39.  
  40. Before you can start the action you will most probably need to install
  41. ixemul.library first! You can get the archive from ftp.ninemoons.com!
  42.  
  43. Since 0.4ß you should also check if you have installed lowlevel.library
  44. in the Libs: drawer. It is needed for Joystick / Game Controller.
  45.  
  46. From 0.5ß you finally have AHI sound support! Install the latest release
  47. and check it out! It is now working 100%!
  48.  
  49. If you want to use the panning function (stereo separation) you need to
  50. select an audio mode with (++) in the end (Paula:Fast 8 bit stereo++).
  51. You can change the sample rate (frequency) but it can slow down your
  52. machine (only recommended for fast machines!).
  53.  
  54. I compiled the whole code using the assembler-optimized sources from
  55. ADoom which makes amigadoom real fast with rtgmaster! Check it out!
  56. Thanks to Aki Laukkanen and Peter McGavin for those optimizations!
  57.  
  58.  
  59. Experimental:
  60.  
  61. I have added the networking code but it is not yet working 100%!
  62.   -net <consoleplayer> <host> <host> ...
  63.   -port <number>
  64.  
  65. where <consoleplayer> is your player number and the list of hosts are the
  66. players who want to join in. <host> is either the IP or the name of the
  67. host.
  68.  
  69. <consoleplayer> has to be different for each player who wants to join!
  70.  
  71. If you need to change the port number use -port <number>.
  72.  
  73. Let me know your experiences with this network game! I have tested the
  74. network code on the Internet and basically it is working (thanks to
  75. Quetzal for testing this with me :)... However, there are still some
  76. problems (e.g. crashes after some time)...
  77.  
  78.  
  79. Requirements:
  80.   ixemul-47.2      (ftp.ninemoons.com /pub/geekgadgets/current/amiga-bin/)
  81.   rtgmaster-33.0   (thanks to Steffen Häuser for his help!)
  82.   ahi-4.16         (ftp.germany.aminet.org /pub/aminet/mus/misc/)
  83.   lowlevel.library
  84.  
  85. Minimum Configuration:
  86.   Amiga OS 3.0+ with 68020 and 8MB of RAM
  87.  
  88.  
  89. History:
  90.   0.1ß   26/12/1997 initial alpha release
  91.   0.2ß   27/12/1997 RTG working now, AHI has still some problems
  92.                     added Amiga version string
  93.                     added -nosound for turning off sound
  94.                     added -pubscreen {name} to open window on public
  95.                           screen {name} or if {name} is missing it
  96.                           tries to open on the Workbench
  97.   0.2.1ß 28/12/1997 minor bug fix - now RTG also works on AGA computers
  98.                     thanks to Steffen Häuser for pointing me this out!
  99.   (sleeping for 7h)
  100.   0.3ß   28/12/1997 major bug fixed - damn INTEL format! now all textures
  101.                                       can be loaded and the menu cursor
  102.                                       (skull) can be used too :)
  103.                     added experimental networking code
  104.                           check this out and tell me!
  105.                     added -forcedemo to force playing demos from different
  106.                           game versions (WAD)!
  107.   (sleeping for 4h)
  108.          29/12/1997 testing AHI sound output...
  109.   (sleeping for 5h)
  110.          30/12/1997 testing AHI sound output... it is still not working!
  111.   (sleeping for 10h)
  112.   0.4ß   31/12/1997 added quitting the game when closing window on
  113.                           public screen (-pubscreen <name>)
  114.                     added gamma correction, use DEL/HELP key
  115.                     removed HOME environment variable
  116.                             default is now PROGDIR:
  117.                             you can use the option -basedir
  118.                             to change the HOME directory
  119.                     turned off mouse pointer on custom screen
  120.                     added support for joystick/game controller
  121.                           (mouse does not yet work)
  122.                           this need lowlevel.library to be installed!
  123.                     added output of version when starting Doom
  124.                     added exit handler (abnormal termination)
  125.                           maybe it helps shutting down things
  126.                           more friendly when crashing :)
  127.                     added non FPU version
  128.                     added FAQ file for users with problems
  129.      HAPPY NEW YEAR I wish everybody happy new year... I will go to
  130.                     party with some friends (drum'n'bass) ...
  131.   0.5ß   02/01/1998 first Aminet release
  132.                     added long awaited AHI sound support
  133.                           I rewrote the whole AHI part, now I use low
  134.                           level code.
  135.                     added option -chan <num> to select number of
  136.                           channels for AHI sound output
  137.                           default is 4 (you can not lower this)
  138.   0.6ß   25/01/1998 long time no release! I was really very busy with
  139.                     school but now I have some time again...
  140.                     added better memory management
  141.                     fixed sound click problem
  142.                     selected audio mode is now saved (DoomAHI.prefs)
  143.                     added mouse support (use -mouse to enable)
  144.                     added new rtgmaster.library and fast c2p routine
  145.                           use Suzy or c2p040 for real speedup!
  146.                     added assembler-optimized routines taken from ADoom
  147.  
  148. See you...
  149.